From: Linus Torvalds Date: Mon, 4 Dec 2006 18:52:29 +0000 (-0800) Subject: netfilter.h needs rcuupdate.h for RCU locking functions X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~39374^2~47^2~112 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/%22bookmarks:/?a=commitdiff_plain;h=0c789ff64e874bbece03b607f200566ab24ea9ab;p=linux-4.9.git netfilter.h needs rcuupdate.h for RCU locking functions This was exposed by Al's recent header file dependency reduction patches.. Cc: Al Viro Cc: David S. Miller Signed-off-by: Linus Torvalds --- diff --git a/include/linux/netfilter.h b/include/linux/netfilter.h index d4c4c5120bc0..9389cf7d4062 100644 --- a/include/linux/netfilter.h +++ b/include/linux/netfilter.h @@ -11,6 +11,7 @@ #include #endif #include +#include /* Responses from hook functions. */ #define NF_DROP 0